home *** CD-ROM | disk | FTP | other *** search
- /*
- * MKSoft Development Amiga ToolKit V1.0
- *
- * Copyright (c) 1985,86,87,88,89,90 by MKSoft Development
- *
- * $Id: DefaultFonts.h,v 30.8 1994/08/18 05:53:13 dice Exp dice $
- *
- * $Source: /home/dice/com/src/vcommon/RCS/DefaultFonts.h,v $
- *
- * $Date: 1994/08/18 05:53:13 $
- *
- * $Revision: 30.8 $
- *
- * $Log: DefaultFonts.h,v $
- * Revision 30.8 1994/08/18 05:53:13 dice
- * .
- *
- * Revision 30.0 1994/06/10 18:09:38 dice
- * .
- *
- * Revision 30.0 1994/06/10 18:09:38 dice
- * .
- *
- * Revision 1.1 1992/07/18 23:06:42 jtoebes
- * Initial revision
- *
- * Revision 1.1 92/04/21 06:21:56 J_Toebes
- * Initial revision
- *
- * Revision 1.1 90/05/20 12:16:21 mks
- * Initial revision
- *
- */
-
- /*
- * This file contains the TOPAZ80 default font for
- * global recognition...
- */
-
- #ifndef MKS_DEFAULTFONTS_H
- #define MKS_DEFAULTFONTS_H
-
- #include <exec/types.h>
- #include <graphics/text.h>
-
- extern struct TextAttr TOPAZ80;
- extern struct TextAttr TOPAZ60;
-
- #endif /* MKS_DEFAULTFONTS_H */
-